.first {
	background-color: blue;
	margin-top: 10px;
	border-radius: 10px;
}

.second {
	background-color: green;
	margin-top: 10px;
	border-radius: 10px;
}

.third {
	background-color: yellow;
	margin-top: 10px;
	border-radius: 10px;
}

.fourth {
	background-color: red;
	margin-top: 10px;
	border-radius: 10px;
}

.fiveth {
	background-color: blue;
	margin-top: 10px;
	border-radius: 10px;
}